	function FullWin(page,idx)
	{
	    window.open(page+"?"+idx,"port","fullscreen=yes, scrollbars=no");
	//	opener = self;
	 //  window.close();
	}

	var fix_w = 740 ;
	function resize(i) 
	{
		if (i.width > fix_w) 
		{
			i.width = fix_w;
		}
	}
