var goURL = '';
var loc = window.location.href;
lidx = loc.indexOf("rayexpress.com")
if (lidx>0) {
	goURL = 'https://www.rayexpress.com.tr';
} else {
	goURL = '';
}
function open_uye() {
	openwin(goURL+"/RayExpress/login/login.faces");
}
function open_uyedegil() {
	openwin(goURL+"/RayExpress/customer/search.faces");
}
function open_dask() {
	openwin(goURL+"/RayExpress/customer/new.faces?redirectPath=/irj/portal/get?url=/RayExpress/policy/dask/new.faces");
}
function open_yurtici() {
	openwin(goURL+"/RayExpress/customer/new.faces?redirectPath=/irj/portal/get?url=/RayExpress/policy/trip/new.faces");
}
function open_ev() {
	openwin(goURL+"/RayExpress/customer/new.faces?redirectPath=/irj/portal/get?url=/RayExpress/policy/household/new.faces");
}
function open_kasko() {
	openwin(goURL+"/RayExpress/customer/newwithplatekasko.faces?redirectPath=/irj/portal/get?url=/RayExpress/policy/kasko/new.faces");
}
function open_trafik() {
	openwin(goURL+"/RayExpress/customer/newwithplatetraffic.faces?redirectPath=/irj/portal/get?url=/RayExpress/policy/traffic/new.faces");
//	openwin(goURL+"/RayExpress/customer/newwithplatetraffic.faces?redirectPath=/irj/portal/");
}
function open_yurtdisi() {
	openwin(goURL+"/RayExpress/customer/new.faces?redirectPath=/irj/portal/get?url=/RayExpress/policy/trip/new.faces");
}
function open_kroki() {
	openwinwh("kroki.html",504,567);
}
function openwin(url) {	
	window.open(url,'InternetSubesi','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width='+screen.width+',height='+screen.height);
}
function openwinwh(url,width,height) {	
	window.open(url,'InternetSubesi','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width='+width+',height='+height);
}
function maximize() {
  window.moveTo(0, 0);
  window.resizeTo(screen.width, screen.height);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  document.frmLogin.submit();
  document.frmLogin.NAME.value = '';
  document.frmLogin.areaCode.value = '';
  document.frmLogin.telNumber.value = '';
  document.frmLogin.subject.value = '';

}
function chatsubmit() {
MM_openBrWindow('http://webchat.vodatech.com.tr/RaySigorta','_chat','scrollbars=yes,width=800,height=600')

}