<!-- function to pop up products -->

function NewsPopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=no,height=450,width=600"
	 strFeatures=strFeatures+",left=200,top=0"

	newWin = window.open(ref,"TellObj",strFeatures);

    newWin.opener = top;
}

function GalleryPopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=no,height=555,width=670"
	 strFeatures=strFeatures+",left=200,top=0"

	newWin = window.open(ref,"TellObj",strFeatures);

    newWin.opener = top;
}

function LinkPopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=no,height=450,width=600"
	 strFeatures=strFeatures+",left=200,top=0"

	newWin = window.open(ref,"TellObj",strFeatures);

    newWin.opener = top;
}

function ForumPopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=no,height=450,width=600"
	 strFeatures=strFeatures+",left=200,top=0"

	newWin = window.open(ref,"TellObj",strFeatures);

    newWin.opener = top;
}
