﻿var diagWin;
function selfDiagnose(){
	diagWin = window.open("selfDiagnosys.asp","diag","width=760,height=540,status=yes,left=0,top=0,scalable=no,resizable=no");
}

function sendToFriend(linkToPage){
	if (linkToPage==1){
		window.open ("sendFriend.asp?page="+self.location,"","left=10,top=10,width=380,height=530,resizable=yes,scaleable=yes,status=yes,scrollbars=no");
	}else{
		window.open ("sendFriend.asp?page=http://www.karachat.co.il/index.asp","","left=10,top=10,width=380,height=530,resizable=yes,scaleable=yes,status=yes,scrollbars=no");
	}
}

function moreInfo(){
	window.open ("form_more_information.asp","","left=10,top=10,width=720,height=530,resizable=yes,scaleable=yes,status=yes,scrollbars=yes");
}

function after_visit(){
	window.open ("form_after_visit.asp","","left=10,top=10,width=720,height=530,resizable=yes,scaleable=yes,status=yes,scrollbars=yes");
}


function showSubscribeForm(lastPageOpened) {
//alert(lastPageOpened)

	if (lastPageOpened=="treatments") {
		// disclaimer is already there in a layer
		window.open ("form_subscribe.asp","","left=0,top=0,width=400,height=500,resizable=yes,scaleable=yes,status=yes,scrollbars=yes");
	} else {
		if (document.getElementById("subscribeIframe")) {
			document.getElementById("subscribeIframe").src ="form_subscribe.asp";
			slideLayer();
		}
	}
}

function slideLayer(o,top) {
    var oDiv,iTop=-500;
    var topBound=(typeof top!="number")?60:top;
    if(o) oDiv=document.getElementById(o)
    else oDiv=document.getElementById("subscribeHolder");

	var iStep=7;

	oDiv.style.top=iTop;
	oDiv.style.display="block";

	vIntv=setInterval(
		function () {
			iStep=Math.ceil(iTop/-30)+5;
			iTop+=iStep;
			if (iTop>=topBound) {
				oDiv.style.top=topBound;
				clearInterval(vIntv);
			}
			oDiv.style.top=iTop;
		},
		30
	);

}



function closeDiv(){
    document.getElementById("promoWrap").style.display="none";
}
