function fullmode(imgstr)
{
WindowF = "resizable=no,scrollBars=no,menuBar=no,directories=no,toolBar=no,location=No,status=No," 
WindowF += "width=400,height=400,screenX=0,screenY=0,top=0, left=0"
var ErrorName = "/full.asp?ximg=" + imgstr
var fullwin = window.open (ErrorName, "Full_View", WindowF);
fullwin.focus();
}


function go_shit(shit,gapi)
{
	if(shit.substring(0,3)=='xxx')
	{ 
		//navigate('http://www.filgifts.com/ssl/address.asp?xnew=on&xret=basket&xbasket=' + shit.substring(3, shit.length)  )
		//navigate('http://www.filgifts.com/ssl/address.asp?xnew=on&xret=basket&xbasket=' +  gapi )
window.location.href = 'http://www.filgifts.com/ssl/address.asp?xnew=on&xret=basket&xbasket=' +  gapi 
	}

}