function openWindow(path)
{
	//newWindow = window.open(path,"TheCheekyDjPopup","statusbar,resizable,scrollbars,height=500,width=750");
	newWindow = window.open(path,"TheCheekyDjPopup","scrollbars,height=650,width=700,top=140,left=140");
	newWindow.focus();
}
