<!--

//......................... pop up page............................
//[USED TO CALL SHOW PAGES IN HTML]
//<a href="JavaScript:windowProp(5);">
//<img border="0" src="images/Drawings/Feature-bene.gif" width="184" height="29"></a>

function windowProp(text) {
var URL;
var option;
//var text ='';
//var option = "toolbar=0" +",location=0"+",directories=0" + ",status=0"+",menubar=0"+",scrollbars=1"+ //",resizable=1"+",width=600"+",height=600";
//URL ='http://www.sellntell.com/show_24x30options.htm';
URL = text;
option = "toolbar=0" +",location=0"+",directories=0" + ",status=0"+",menubar=0"+",scrollbars=1"+ ",resizable=0"+",width=524"+",height=540";
var  newWindow3 = window.open("","newWin3",option);
var new4 =window.open(URL, "newWin3");  
}
//...............................................................................

