
function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);
// toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes
}


function case_study_popup(Dosya){

	MM_openBrWindow(Dosya,'_blank','scrollbars=yes,width=640,height=440,resizable=no');

}



function clientsuccess_iframe(Dosya){

	MM_openBrWindow(Dosya,'clientsuccess','scrollbars=yes,width=530,height=362,resizable=no');

}


function send_label3_to_top(arg)
{
top.topFrame.header.TPlay("/dummy");  // to toggle animate_label_pack()
top.topFrame.document.header.SetVariable("label_pack.menu_level3_text", arg);

}

function send_all_labels_to_top(arg1,arg2,arg3)
{
top.topFrame.header.TPlay("/dummy");  // to toggle animate_label_pack()

top.topFrame.document.header.SetVariable("label_pack.menu_level3_text", arg3);
top.topFrame.document.header.SetVariable("label_pack.menu_level2_text", arg2);
top.topFrame.document.header.SetVariable("label_pack.menu_level1_text", arg1);

}


var x="1";
var isBack;
function handleBackButton(){
   isBack = (x != document._mine._a1.value);
   document._mine._a1.value=2;
   document._mine._a1.defaultValue=2;
}

function isBackButtonUsed(){
 return isBack;
}


function read_stack(){

top.topFrame.header.TPlay("/read_stack_dummy");  // to toggle read_stack_update_label()
//top.topFrame.document.header.SetVariable("label_pack.menu_level2_text", "sdfsdgfdgd");

}


