﻿// JScript File

function largerImage( nn )
{
	// alert( "nn="+nn );
	var w = window.open( "ArticlePopup.aspx?prod="+nn, "prod", "WIDTH=500,HEIGHT=550" );
	w.focus();
}

  
function terms()
{
	var w = window.open( "TermsPopup.aspx", "tr", "WIDTH=400,HEIGHT=550,RESIZING=1,SCROLLBARS=1" );
	w.focus();
}

function trailer(ur)
{
	var w = window.open( ur, "tr", "WIDTH=400,HEIGHT=340" );
	w.focus();			
}



