var NewPopWin = null;

function PopupWindow(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=340,height=300,top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}





function PopupWindow_video(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=340,height=300,top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}





function PopupWindow_zoom_style_coat(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=700,top=50,left=50";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}


function PopupWindow_std(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=380,height=300,top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}



function PopupWindow_cgv(inLocation,PHPSESSID)
{
	
	inLocation=inLocation+'?'+'PHPSESSID='+PHPSESSID;
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=680,height=500,top=50,left=50";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupWindow_confid(inLocation,PHPSESSID)
{
	inLocation=inLocation+'?'+'PHPSESSID='+PHPSESSID;
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=680,height=500,top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}



function PopupWindow_std_taille(inLocation,PHPSESSID)
{
	
	inLocation=inLocation+'&'+'PHPSESSID='+PHPSESSID;
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=780,height=450,top=100,left=100";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}




function PopupWindow_view_monog_shirt(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=200,height=200,top=100,left=100";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  if(document.select_monog.label_initial.value=="" || document.select_monog.label_initial.value==" " || document.select_monog.label_initial.value=="  " || document.select_monog.label_initial.value=="   ")
  {
  	alert (lang_js_pernac_PopupWindow_view_monog_shirt_msg2);
  	
  	
  }
else
	{
		
		inLocation = inLocation + '&texte=' + document.select_monog.label_initial.value;
  	NewPopWin = window.open(inLocation,null,features,true);
	}
}





function PopupWindow_view_monog_shirt_message(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=200,height=200,top=100,left=100";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  if(document.select_options.message_label.value=="" || document.select_options.message_label.value==" " || document.select_options.message_label.value=="  " || document.select_options.message_label.value=="   ")
  {
  	alert (lang_js_pernac_PopupWindow_view_monog_shirt_msg2);
  	
  	
  }
else
	{
		
		inLocation = inLocation + '&texte=' + document.select_options.message_label.value;
  	NewPopWin = window.open(inLocation,null,features,true);
	}
}





function PopupWindow_infos_cols(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=510,height=450,top=100,left=100";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}



function PopupWindow2(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=500,top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupWindow3(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=300,height=250,top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}


function PopupWindowWithScrollbar(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=400,top=50,left=50";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupWindowWithScrollbar2(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=400,top=50,left=50";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupWindow(inLocation,width,height)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=300,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupDetailedProductWindow(inLocation)
{
  var width= "420";
  var height = "300";
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=0,left=0";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupAllowableCountries(inLocation)
{
  var width= "350";
  var height = "180";
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=10,left=10";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}


function PopupWindow(inLocation,width,height,bNormal)
{
  if (bNormal)
  {
    var features = "fullscreen=no,channelmode=no,toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height + ",top=300,left=300";
  }
  else
  {
    var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=300,left=300";
  }
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}

function PopupWindow(inLocation,width,height,top,left)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + width + ",height=" + height + ",top=" + top + ",left=" + left;
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}


function PopupWindow_pulls(inLocation)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=310,height=410,top=100,left=300";
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}


function PopupWindow_zoom_tissu(inLocation,ref,PHPSESSID)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=550,height=550,top=10,left=100";
  
  inLocation=inLocation+'&'+'PHPSESSID='+PHPSESSID;
  
  change_to_red_from_tissu(ref);
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}



function PopupWindow_view_shirt_tissu(inLocation,ref)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=900,height=900,top=10,left=100";
  
  change_to_red_from_tissu(ref);
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}













function PopupWindow_save_config(PHPSESSID)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
	
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  	inLocation='infos/save_config.php' + '?' + 'PHPSESSID='+PHPSESSID;
 
 
  	NewPopWin = window.open(inLocation,null,features,true);
	
	
}






function PopupWindow_load_config(PHPSESSID)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
	
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  	inLocation='infos/load_config.php' + '?' + 'PHPSESSID='+PHPSESSID;
 
 
  	NewPopWin = window.open(inLocation,null,features,true);
	
	
}



function PopupWindow_print_config(PHPSESSID)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
	
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  	inLocation='infos/print_config.php' + '?' + 'PHPSESSID='+PHPSESSID;
 
 
  	NewPopWin = window.open(inLocation,null,features,true);
	
	
}
























function PopupWindow_zoom_tissus_for_inside_fabric_col(inLocation,ref,PHPSESSID)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
		
			var finishname2= "ref_col_inside";
			var obj2 = document.getElementById(finishname2);
			obj2.checked = true;
  
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  	inLocation=inLocation+'&st_id='+ref;
 
 	inLocation=inLocation+'&'+'PHPSESSID='+PHPSESSID;
 
  if(prob==0) 
  {
  	change_to_red_choice_inside_click_to_normal_collar('ref');
  	NewPopWin = window.open(inLocation,null,features,true);
	}
	
}




function PopupWindow_zoom_tissus_for_inside_fabric_poignet(inLocation,ref,PHPSESSID)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
		
			var finishname2= "ref_poignet_inside";
			var obj2 = document.getElementById(finishname2);
			obj2.checked = true;
  
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  	inLocation=inLocation+'&st_id='+ref;
 
 	inLocation=inLocation+'&'+'PHPSESSID='+PHPSESSID;
 
  if(prob==0) 
  {
  	change_to_red_choice_inside_click_to_normal_poignet('ref');
  	NewPopWin = window.open(inLocation,null,features,true);
	}
	
}



























function PopupWindow_zoom_tissus_for_col(inLocation,ref,PHPSESSID)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
  
  while(typeof(document.getElementsByName("id_poignet")[count] ) != "undefined" )
	{
		if(document.getElementsByName("id_poignet")[count].id== "SHCU018") 
		{
			if(document.getElementsByName("id_poignet")[count].checked==true) 
			{
				prob=1;
				alert(lang_js_pernac_PopupWindow_zoom_tissus_for_col_msg2);
				change_to_red_choice_oposite_click_to_normal();
			}
		}
		
			count=count+1;
	}
	
	
 
		
	
  
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  inLocation=inLocation+'&st_id='+ref;
 
 	inLocation=inLocation+'&'+'PHPSESSID='+PHPSESSID;
 
  if(prob==0) 
  {
  	change_to_red_choice_oposite('ref');
  	NewPopWin = window.open(inLocation,null,features,true);
	}
	
}



function PopupWindow_zoom_col(inLocation,ref)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=435,top=10,left=100";
  
  change_to_red_from_col_from_pict(ref);
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  NewPopWin = window.open(inLocation,null,features,true);
}


function PopupWindow_zoom_plastron(inLocation,ref)
{
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=355,height=635,top=10,left=100";
  
  
  change_to_red_from_plastron_from_pict(ref);
  
  if(ref!='SHCE000')
  {
		  if(NewPopWin != null)
		  {
		    if(!NewPopWin.closed)
		    {
		      NewPopWin.close();
		    }  
		  }
		  NewPopWin = window.open(inLocation,null,features,true);
	}
}







function PopupWindow_zoom_tissus_for_pulls(inLocation,pull_poids,design_id,count)
{
	var prob=0;
	var count=0;
	
	
  var features = "fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=750,height=550,top=10,left=100";
  
  
  /*
  while(typeof(document.getElementsByName("id_poignet")[count] ) != "undefined" )
	{
		if(document.getElementsByName("id_poignet")[count].id== "SHCU018") 
		{
			if(document.getElementsByName("id_poignet")[count].checked==true) 
			{
				prob=1;
				alert("Desolé, mais vous ne pouvez pas mettre en opposition vos manches courtes");
				change_to_red_choice_oposite_click_to_normal();
			}
		}
		
			count=count+1;
	}
	*/
	
 
		
	
  
  
  if(NewPopWin != null)
  {
    if(!NewPopWin.closed)
    {
      NewPopWin.close();
    }  
  }
  
  inLocation=inLocation+'&pull_poids='+pull_poids+'&design_id='+design_id+'&count='+count;
 
 
 // if(prob==0) 
  //{
  	//change_to_red_choice_oposite('ref');
  	NewPopWin = window.open(inLocation,null,features,true);
//	}
	return false;
	
}