﻿function focusin(){
    if(document.getElementById("sikf-sikf").value='Email address')
    {
        document.getElementById("sikf-sikf").value='';
    }
}
function focusout(){
    if(document.getElementById("sikf-sikf").value==""){
        document.getElementById("sikf-sikf").value='Email address';
    }
}
function viewdemo() {
	window.open('http://www.case-builder.com/coming-soon.html','name','height=600,width=900,resizable=yes');
}
function subscribe(){
    document.forms[0].submit();
}

