function popMore(source){
	newView = window.open(source,"popup","width=700,height=500,resizable=1,scrollbars=1,toolbar=0,menubar=0,location=0")
	newView.focus();
}

function popPort(source){
	newView = window.open(source,"pic","width=400,height=530,resizable=0,scrollbars=0,toolbar=0,menubar=0,location=0")
	newView.focus();
}

function popLand(source){
	newView = window.open(source,"landscp","width=530,height=400,resizable=0,scrollbars=0,toolbar=0,menubar=0,location=0")
	newView.focus();
}

function popLegal(source){
	newView = window.open(source,"legal","width=400,height=300,resizable=0,scrollbars=1,toolbar=0,menubar=0,location=0")
	newView.focus();
}

function popExt(source){
	newView = window.open(source,"out","width=800,height=600,resizable=1,scrollbars=1,toolbar=1,menubar=1,location=1")
	newView.focus();
}

function popGal(source){
	newView = window.open(source,"gallery","width=600,height=550,resizable=0,scrollbars=0,toolbar=0,menubar=0,location=0")
	newView.focus();
}

