
if (document.images){
	SrcArr = new Array ("bul_menu_a");
	ImgArr = new Array ();
	for (i in SrcArr)
	{
		ImgArr[i] = new Image ();
		ImgArr[i].src = "/img/" + SrcArr[i] + ".gif";
	}
}




function ChgImg(ImNm, Pic, msg){
	

if (document.images) {
    document.images[ImNm].src = "/img/"+ Pic + ".gif";

		if (msg){
	window.status=msg;}
	}}
	

function movepic(img_name,img_src)
{
img_src="/img/" + img_src + ".gif"
//alert(img_src);
document[img_name].src= img_src;
}
function user_res()
{
var w=screen.width;
var h=screen.height;
return w+'.'+h;
}


function pointer()
{
document.body.style.cursor="hand";
//document.all.pres.style.color="orange";
}
function pointer1()
{
document.body.style.cursor="default";
//document.all.pres.style.color="#000000";
}

function profile()
{
var sss=user_res();
var res = sss.split(".");
window.open("http://www.diallog.com.pk/script/profile.php","","toolbar=no,scrollbars=no,directories=no, statusbar=no,menubar=no,resizable=no,width=680,height=370,left="+res[0]/7+",top="+res[1]/4);


}


function profilenew()
{
var sss=user_res();
var res = sss.split(".");
window.open("http://www.diallog.com.pk/diallogprofile/profile.html","","toolbar=no,scrollbars=no,directories=no, statusbar=no,menubar=no,resizable=no,width=550,height=357,left="+res[0]/7+",top="+res[1]/4);
}



function show(name)
{
var asd="?name="+name;
window.open("http://www.diallog.com.pk/script/bc.php"+asd,"","toolbar=no,scrollbars=no,directories=no, statusbar=no,menubar=no,resizable=no,width=300,height=194,left=300,top=50");
}


function cover(name)
{
var asd="?id="+name;
window.open("http://www.diallog.com.pk/script/map.php"+asd,"","toolbar=no,scrollbars=no,directories=no, statusbar=no,menubar=no,resizable=no,width=510,height=185,left=300,top=50");
}

function mapp()
{
window.open("http://www.diallog.com.pk/script/map.php","","toolbar=no,scrollbars=yes,directories=no, statusbar=no,menubar=no,resizable=no,width=960,height=1130,left=20,top=0,fullscreen=no");
}

function sendq(name)
{
var asd="?name="+name;
window.open("http://www.diallog.com.pk/script/sendq.php"+asd,"Send","toolbar=no,scrollbars=no,directories=no, status=no,menubar=no,resizable=no,width=185,height=180,left=440,top=250");
}

function helpp()
{
var sss=user_res();
var res = sss.split(".");
 window.open('/modules/help.php', 'Help', 'width=300,height=150,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/4+',top='+res[1]/3);
}

function doPlay(file_id)
{
var sss=user_res();
var res = sss.split(".");
 window.open('/script/player.php?file=' + file_id, 'play', 'width=300,height=110,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/4+',top='+res[1]/3);
}

function doPlay1(playid)
{
var sss=user_res();
var res = sss.split(".");
 window.open('/script/player1.php?playid='+ playid, 'play', 'width=300,height=60,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/4+',top='+res[1]/3);
}


function diallogpoll()
{

var sss=user_res();
var res = sss.split(".");
 window.open('/script/2.php', 'play', 'width=200,height=300,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/4+',top='+res[1]/3);
}


function mini()
{

var sss=user_res();
var res = sss.split(".");
 window.open('http://www.diallog.com.pk/mini/index.html', 'SpeedTEST', 'width=470,height=260,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/3+',top='+res[1]/4);
}



function order(file_id)
{
var sss=user_res();
var res = sss.split(".");
 window.open('/modules/authentication.php?TunesID=' + file_id, 'Authentication', 'width=500,height=120,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/4+',top='+res[1]/3);
}

function forgetpasword()
{
var sss=user_res();
var res = sss.split(".");
window.open('/modules/forgetpassword.php' , 'Authentication', 'width=450,height=100,menubar=no,toolbar=no,scrollbars=no,left='+res[0]/4+',top='+res[1]/3);


}











