
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 + ".jpg";

		if (msg){
	window.status=msg;}
	}}


function ChgImg2(ImNm, Pic, msg){
	if (document.images) {
    document.images[ImNm].src = "/pic/artist/"+ Pic;

		if (msg){
	window.status=msg;}
	}}
	
	
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 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=550,height=500,menubar=no,toolbar=no,scrollbars=yes,resizable=no,left='+res[0]/4+',top='+res[1]/3);
}


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);


}
