function doit(which, x, y) {
	window.open(which, '', 'width=' + x + ', height=' + y + ', left=20, top=20');
};
function OpenIt1() {
	showModelessDialog('./market/Market.htm', window, 'status:0; scroll:0; help:0; center:1; dialogWidth:213px; dialogHeight:320px');
};
function OpenIt2() {
	showModelessDialog('./LiveCam/LiveCam.htm', window, 'status:0; scroll:0; help:0; center:1; dialogWidth:182px; dialogHeight:169px');
};
function OpenIt3(tk) {
	window.open('./onlineserv/market/Stock.asp?Ticker=' + tk, '', 'status=0, scroll=0, help=0, center=1, Width=520, Height=20');
};
function OpenIt4() {
	showModelessDialog('../market/Market.htm', window, 'status:0; scroll:0; help:0; center:1; dialogWidth:213px; dialogHeight:320px');
};
function doiit(which, x, y) {
	window.open(which,'','width='+ x +',height='+ y +',left=20,top=20,scrollbars=1');
};
function doit2(which, x, y) {
	window.open(which,'','width='+ x +',height='+ y +',scrollbars=0');
};
function popup(which, x, y) {
	window.open(which,'same','width='+ x +',height=' + y + ',left=20,top=20,scrollbars=1');
};
function sps(which, x, y) {
	window.open(which,'','width='+ x +',height='+ y +',left=20,top=20,scrollbars=1');
};
function banner2() {
	window.open('http://www.sps.net.sa/result.asp', 'banner2', 'status=0, scroll=yes, help=0, center=1, Width=450px, Height=600px');
};
function Banner1() {
	window.open('http://www.sps.net.sa/pricelist/default.asp', 'banner1', 'status=0, scroll=0, help=0, center=1, Width=381px, Height=567px');
};
