function openImage(wname,wwidth,wheight)	{
	var winl = (screen.width - wwidth) / 2;
	var wint = (screen.height - wheight) / 2;
	winprops = 'height='+wheight+',width='+wwidth+',top='+wint+',left='+winl+'resizable=0';
	var windowName = window.open(wname,"CorbySimpson",winprops);
}

function openImage(wname,wwidth,wheight)	{
	var winl = (screen.width - wwidth) / 2;
	var wint = (screen.height - wheight) / 2;
	winprops = 'height='+wheight+',width='+wwidth+',top='+wint+',left='+winl+'resizable=0'
	var solaceBane = window.open(wname,"Rockleith",winprops)
}
