<!--

function winOpen1(fileName) {
	MyWindow = window.open(fileName, "MyWindow", "toolbar=no," +
			   "location=no,directories=no,status=no," +
			   "menubar=no,scrollbars=yes,resizable=no," +
			   "width=612,height=500")
	MyWindow.focus();
}

function winOpen2(fileName) {
	MyWindow = window.open(fileName, "MyWindow", "toolbar=no," +
			   "location=no,directories=no,status=no," +
			   "menubar=no,scrollbars=yes,resizable=no," +
			   "width=800, height=600");
			   MyWindow.focus();
}

function lang(sno)

{
    if (sno==1)  {
        window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_de&trurl=http://easyprintquotes.com/index.php";
		}
	if (sno==2)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_ja&trurl=http://easyprintquotes.com/index.php";
		}
		if (sno==3)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_ko&trurl=http://easyprintquotes.com/index.php";
		}
		if (sno==4)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_fr&trurl=http://easyprintquotes.com/index.php";
		}

		if (sno==5)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_it&trurl=http://easyprintquotes.com/index.php";
		}

		if (sno==6)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_pt&trurl=http://easyprintquotes.com/index.php";
		}

		if (sno==7)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_es&trurl=http://easyprintquotes.com/index.php";
		}

		if (sno==8)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_zh&trurl=http://easyprintquotes.com/index.php";
		}
		if (sno==9)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_nl&trurl=http://easyprintquotes.com/index.php";
		}
		if (sno==10)
	    {
           window.location="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_el&trurl=http://easyprintquotes.com/index.php";
		}
    if (sno==0)
	    {
           window.location="http://easyprintquotes.com/index.php";
		}
}


//-->
