function openWindow(openString)
{
	window.open(openString,"fullImage","scrollbars=0,menubar=0,height=660,width=500,resizable=0,toolbar=0,location=0,status=0,directories=0");
}

