function openwindow()
{
	termswindow = window.open("competition-terms-conditions.html","mywindow","menubar=1,resizable=0,scrollbars=1,width=550,height=450");
 	termswindow.moveTo(200,200);
}
