
// Unisay Studio - Login

function login()
{
//location = "studio.htm"
location = "http://services.unisay.com/default.aspx?pageIndex=0"


 // window.open("http://services.unisay.com/default.aspx?pageIndex=0","","width=1024,height=768,top=0,left=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank")
//window.open("Quick/notice.htm","", "width=390,height=300,top=100,left=100,scrollbars=no,resizable=no,target=_blank")
}

// Unisay Studio - Register

function register()
{
//location = "studio.htm"
location = "http://services.unisay.com/default.aspx?pageIndex=1"


//  window.open("http://services.unisay.com/default.aspx?pageIndex=1","","width=1024,height=768,top=0,left=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,target=_blank")
//window.open("Quick/notice.htm","", "width=390,height=300,top=100,left=100,scrollbars=no,resizable=no,target=_blank")
}

function enter()
{
	location = "http://services.unisay.com/default.aspx"
}


// Links to external files

function openwindowNEWS()
{
window.open("news1.htm","","width=520,height=720,top=30,left=30,scrollbars=yes,resizable=no,target=_blank")
}

function openwindowdc(url,windowName)
{
window.open(url, windowName, "width=800,height=650,top=80,left=200,scrollbars=yes,resizable=yes,target=_blank")
}

function openwindowprint(url,windowName)
{
window.open(url, windowName, "width=730,height=700,top=50,left=200,scrollbars=yes,resizable=no,target=_blank")
}

function openwindowDialogH()
{
window.open("http://www.unisay.com/extra/Dialog/Dialog_Help.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=no,target=_blank")
}
function openwindowDialogHF()
{
window.open("http://www.unisay.com/extra/FlashHelp/Dialog_Help.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=no,target=_blank")
}

function openwindowSubH()
{
window.open("http://www.unisay.com/extra/Subtitler%20Help/WebHelp/Subtitler_Help.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=no,target=_blank")
}
function openwindowSubHF()
{
window.open("http://www.unisay.com/extra/Subtitler%20Help/FlashHelp/Subtitler_Help.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=no,target=_blank")
}
function openwindowEcommH()
{
window.open("http://www.unisay.com/extra/ecommerce/WebHelp/E-Commerce_Help.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=no,target=_blank")
}
function openwindowEcommHF()
{
window.open("http://www.unisay.com/extra/ecommerce/FlashHelp/E-Commerce_Help.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=no,target=_blank")
}
function openwindowSubDemo()
{
window.open("http://www.unisay.com/extra/SubtitlerDemo/SubDemo.htm","","width=200,height=200,top=400,left=400,scrollbars=no,resizable=no,")
}

function openwindow1()
{
window.open("http://www.unisay.com/help/index.htm","","width=800,height=650,top=80,left=200,scrollbars=yes,resizable=yes,target=_blank")
}
function openwindow2()
{
window.open("http://www.unisay.com","","width=800,height=700,top=80,left=200,scrollbars=yes,resizable=yes,target=_blank")
}

function openwindow2()
{
//window.open("http://www.xe.com/ucc/","","width=700,height=500,top=30,left=30,scrollbars=yes,target=_blank")
window.open("http://www.xe.com/pca/launchclose.cgi?" + "AmountSet=100.00&FromSelect=USD&ToSelect=CAD")
}
function openwindow3()
{
window.open("http://www.unisay.com/Quick/index.htm","","width=840,height=500,top=20,left=20,scrollbars=yes,resizable=yes,target=_blank")
}
function openwindow4(url,windowName)
{
window.open( url, windowName, "width=840,height=500,top=20,left=20,scrollbars=yes,resizable=yes,target=_blank")
}

function printpage()
{
 window.print()
 window.close()
}


<!-- Begin
function checkEmail(myForm) {

if(myForm.userName.value=="") {
alert ("Please enter your first name.");
myForm.userName.focus();
return false;
}

if(myForm.userLastName.value=="") {
alert ("Please enter your last name.");
myForm.userLastName.focus();
return false;
}

if(myForm.email.value=="") {
alert ("Please enter your E-mail address.");
myForm.email.focus();
return false;
}

if(myForm.comments.value=="") {
alert ("Please enter comments.");
myForm.comments.focus();
return false;
}

}
//  End -->



