function openScript(url,width,height) {
var Win1 = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no,status=no');
}
function openShop(url,width,height) {
var Win2 = window.open(url,"openShop",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no,status=no');
}
function openChat(url,width,height) {
var Win3 = window.open(url,"openChat",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no,status=no,top=0,left=0');
//Win3.moveTo(0,-24);
}
function openProfil(url,width,height) {
var Win4 = window.open(url,"openProfil",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=auto,menubar=no,status=no,top=50,left=50');
}
function openPrivat(url,width,height) {
var Win5 = window.open(url,"openPrivat",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=yes,menubar=no,status=no,top=628,left=0');
}
function openSymbole(url,width,height) {
var Win6 = window.open(url,"openSymbole",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=yes,menubar=no,status=no,top=0,left=810');
}
function openQuran(url,width,height) {
var Win7 = window.open(url,"openQuran",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no,status=no');
}