function popup(destination)
	{open(destination,"popup","width=450,height=400,directories=no,status=no,location=no,toolbar=yes,scrollbars=yes,resizable=no,menubar=no,copyhistory=no")
	}
function popup(destination,h,w)
	{open(destination,'cpopup','width='+w+',height='+h+',directories=no,status=no,location=no,toolbar=no,scrollbars=no,resize=no,menubar=no,copyhistory=no')
	}
function OpenNew(newfile1,h,w,wname){
	var PicView=window.open(newfile1,wname,'height='+h+',width='+w+',scrollbars=no,toolbar=no,status=no,menubar=no,location=no,resizable=no');
	PicView.focus();
	}
function OpenNew(newfile1,h,w,wname,sbars,tbars,menu){
	var PicView=window.open(newfile1,wname,'height='+h+',width='+w+',scrollbars='+sbars+',toolbar='+tbars+',status=no,menubar='+menu+',location=no,resizable=no');
	PicView.focus();
	}
function OpenNew(newfile1,h,w,wname,sbars,tbars,menu,sta,loc,resize){
	var PicView=window.open(newfile1,wname,'height='+h+',width='+w+',scrollbars='+sbars+',toolbar='+tbars+',status='+sta+',menubar='+menu+',location='+loc+',resizable='+resize);
	PicView.focus();
	}
function OpenPhotoViewer(id){
	OpenNew('/photos/newsphotos.aspx?id='+id,570,518,'PhotoViewer','yes','no','no');
	}
function OpenPhotoExplorer(id){
	OpenNew('/photos/photoexplorer.aspx?id='+id,630,635,'PhotoExplorer','yes','no','no');
	}
function OpenText(newfile1){
	OpenNew(newfile1,650,718,'RelatedInfo','yes','yes','yes');
	}
function OpenPRNews(id){
	OpenNew('http://www.positioningmag.com/prnews/prnews.aspx?id='+id,520,780,'PRNews','yes','yes','yes','yes','yes','yes');
	}
function FullNew(newfile1,h,w,wname){
	window.open(newfile1,wname,'height='+h+',width='+w+',scrollbars=no,toolbar=no,status=no,menubar=no,location=no,resizable=no,fullscreen=yes');
}

