//no frame job
if (parent != window) {
	parent.location = window.location;
	}
		

function popOpen(theURL,winName) { 
  window.open(theURL,winName,'width=320,height=240,toolbar=no,menubar=no,status=no,scrollbars=no,resizeable=no');
}

//begin stuff for popWin

var popwin;
//alt look
//var look='width='+winwidth+',height='+winheight+',scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0';	
function closePopWindow() {
	if (popwin && !popwin.closed) {
	popwin.close();
	}
}//end stuff for popWin
//thanks to dan at redcricket.com for letting me use this script
function popimage(imagesrc,winwidth,winheight){
closePopWindow();
var look='width='+winwidth+',height='+winheight+',scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0';
popwin=window.open("","",look);
popwin.document.open();
popwin.document.write("<html><head><title>neongreen.com</title></head><body style=\"margin: 0px; padding:0px;\"><img src=\""+imagesrc+"\"></body></html>");
popwin.document.close();
}

//begin stuff for basicWindow

var newWin;
	
function closeBasicWindow() {
	if (newWin && !newWin.closed) {
	newWin.close();
	}
}
	
function basicWindow(url,w,h) {
    closeBasicWindow();
	settings = 'toolbar=no, directories=no,menubar=no,scrollbars=yes,resizable=no,status=no,width='+w+',height='+h+'';
	newWin = window.open(url, '', settings);
	
}//end stuff for basicWindow


function flashopen() {	
	window.open('/flash/many_me5.html', 'flashWin', 'toolbar=no, directories=no,menubar=no,scrollbars=no,resizable=no,status=no,width=550,height=400');	
}

function meritPrinting() {		
	window.open('/flash/firstAve.html', 'meritWin', 'toolbar=no, directories=no,menubar=no,scrollbars=no,resizable=no,status=no,width=550,height=375');	
}

function lomoLA() {		
	window.open('/flash/lomoLA/lomoLA.html', 'lomoLA', 'toolbar=no, directories=no,menubar=no,scrollbars=no,resizable=no,status=no,width=540,height=390');	
}

function summer2003() {		
	window.open('/photos/summer2003/summer2003.html', 'summer2003', 'toolbar=no, directories=no,menubar=no,scrollbars=no,resizable=no,status=no,width=540,height=390');	
}

function flaLomo() {		
	window.open('/flaLomo/', 'flaLomo', 'toolbar=no, directories=no,menubar=no,scrollbars=no,resizable=no,status=no,width=580,height=460');	
}

function flaDigi() {		
	window.open('/photos/flaDigi/', 'flaDigi', 'toolbar=no, directories=no,menubar=no,scrollbars=no,resizable=no,status=no,width=580,height=515');	
}