function newWin(outv, chek)
	{
	inv=outv;
	if (chek=='wide') {
		window.open(inv,'','width=610, height=540');
          		void(0);
	}
	else if (chek=='bigwide') {
	window.open(inv,'','width=1100, height=440');
          		void(0);
	}
	else {
		window.open(inv,'','width=610, height=980');
		void(0);
	}
}