function dispWebshop(calledFrom,backRed,backGreen,backBlue,foreRed,foreGreen,foreBlue,configCode,backurl,dsn,size,LoadOnly)
{
document.write("<APPLET width=100%\n");
document.write("height=100%\n");
document.write("code='RHAP_ORDERING.class'\n");
document.write("archive='RhapFiles.jar'\n");
document.write("codebase='../ClassFiles'\n");
document.write("vspace='0'\n");
document.write("hspace='0'\n");
document.write("align='center'\n");
document.write("alt='The products section cannot be displayed. Please call +44 (0)114 285 1620 for assistance.'>\n");
document.write("<param name='calledFrom' value='"+calledFrom+"'>\n");
document.write("<param name='backRed' value='"+backRed+"'>\n");
document.write("<param name='backGreen' value='"+backGreen+"'>\n");
document.write("<param name='backBlue' value='"+backBlue+"'>\n");
document.write("<param name='foreRed' value='"+foreRed+"'>\n");
document.write("<param name='foreGreen' value='"+foreGreen+"'>\n");
document.write("<param name='foreBlue' value='"+foreBlue+"'>\n");
document.write("<param name='configCode' value='"+configCode+"'>\n");
document.write("<param name='backurl' value='"+backurl+"'>\n");
document.write("<param name='dsn' value='"+dsn+"'>\n");
document.write("<param name='size' value='"+size+"'>\n");
document.write("<param name='LoadOnly' value='"+LoadOnly+"'>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<H1 align='center'>Oops! - You need Java to view the products section</H1>\n");
document.write("<p align='center'>\n");
document.write("<br>\n");
document.write("Installing Java will allow you access to the more sophisticated websites on the Internet.\n");
document.write("<br>\n");
document.write("If you have already installed Java and cannot view the products sections of our website, please contact our Support team on +44 (0)114 285 1620.\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("You can download Java from <A HREF='http://www.java.com' TARGET='_top'>www.java.com </A>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<a href='http://www.java.com' target='_top'><img src='../Images/getjava.gif' border=0 alt='no image'></a>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("Or contact our Support team on +44 (0)114 285 1620 and we can send it to you on a CD.\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("Java and the Java Coffee Cup Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.\n");
document.write("</p>\n");
document.write("</APPLET>\n");
}
function dispNewWebshop(calledFrom,backRed,backGreen,backBlue,foreRed,foreGreen,foreBlue,configCode,backurl,dsn,size,LoadOnly)
{
document.write("<APPLET width=100%\n");
document.write("height=100%\n");
document.write("code='RHAP_ORDERING.class'\n");
document.write("archive='RhapFiles.jar'\n");
document.write("codebase='../NewClassFiles'\n");
document.write("vspace='0'\n");
document.write("hspace='0'\n");
document.write("align='center'\n");
document.write("alt='The products section cannot be displayed. Please call +44 (0)114 285 1620 for assistance.'>\n");
document.write("<param name='calledFrom' value='"+calledFrom+"'>\n");
document.write("<param name='backRed' value='"+backRed+"'>\n");
document.write("<param name='backGreen' value='"+backGreen+"'>\n");
document.write("<param name='backBlue' value='"+backBlue+"'>\n");
document.write("<param name='foreRed' value='"+foreRed+"'>\n");
document.write("<param name='foreGreen' value='"+foreGreen+"'>\n");
document.write("<param name='foreBlue' value='"+foreBlue+"'>\n");
document.write("<param name='configCode' value='"+configCode+"'>\n");
document.write("<param name='backurl' value='"+backurl+"'>\n");
document.write("<param name='dsn' value='"+dsn+"'>\n");
document.write("<param name='size' value='"+size+"'>\n");
document.write("<param name='LoadOnly' value='"+LoadOnly+"'>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<H1 align='center'>Oops! - You need Java to view the products section</H1>\n");
document.write("<p align='center'>\n");
document.write("<br>\n");
document.write("Installing Java will allow you access to the more sophisticated websites on the Internet.\n");
document.write("<br>\n");
document.write("If you have already installed Java and cannot view the products sections of our website, please contact our Support team on +44 (0)114 285 1620.\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("You can download Java from <A HREF='http://www.java.com' TARGET='_top'>www.java.com </A>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<a href='http://www.java.com' target='_top'><img src='../Images/getjava.gif' border=0 alt='no image'></a>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("Or contact our Support team on +44 (0)114 285 1620 and we can send it to you on a CD.\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("Java and the Java Coffee Cup Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.\n");
document.write("</p>\n");
document.write("</APPLET>\n");
}
function dispFlash(width,height,name,bgcolour)
{
document.write("<OBJECT classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'\n");
document.write("codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'\n");
document.write("WIDTH='"+width+"'\n");
document.write("HEIGHT='"+height+"'\n");
document.write("id='"+name+"'\n");
document.write("ALIGN=''>\n");
document.write("<PARAM NAME=movie VALUE='"+name+".swf'>\n");
document.write("<PARAM NAME=quality VALUE=high>\n");
document.write("<PARAM NAME=bgcolor VALUE=#"+bgcolour+">\n");
document.write("<EMBED src='"+name+".swf'\n");
document.write("quality=high\n");
document.write("bgcolor=#"+bgcolour+"\n");
document.write("WIDTH='"+width+"'\n");
document.write("HEIGHT='"+height+"'\n");
document.write("NAME='"+name+"'\n");
document.write("ALIGN=''\n");
document.write("TYPE='application/x-shockwave-flash'\n");
document.write("PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>\n");
document.write("</OBJECT>\n");
}
function dispRelTestWebshop(calledFrom,backRed,backGreen,backBlue,foreRed,foreGreen,foreBlue,configCode,backurl,dsn,size,LoadOnly)
{
document.write("<APPLET width=100%\n");
document.write("height=100%\n");
document.write("code='RHAP_ORDERING.class'\n");
document.write("archive='RhapFiles.jar'\n");
document.write("codebase='../ReleaseTest/Classes'\n");
document.write("vspace='0'\n");
document.write("hspace='0'\n");
document.write("align='center'\n");
document.write("alt='The products section cannot be displayed. Please call +44 (0)114 285 1620 for assistance.'>\n");
document.write("<param name='calledFrom' value='"+calledFrom+"'>\n");
document.write("<param name='backRed' value='"+backRed+"'>\n");
document.write("<param name='backGreen' value='"+backGreen+"'>\n");
document.write("<param name='backBlue' value='"+backBlue+"'>\n");
document.write("<param name='foreRed' value='"+foreRed+"'>\n");
document.write("<param name='foreGreen' value='"+foreGreen+"'>\n");
document.write("<param name='foreBlue' value='"+foreBlue+"'>\n");
document.write("<param name='configCode' value='"+configCode+"'>\n");
document.write("<param name='backurl' value='"+backurl+"'>\n");
document.write("<param name='dsn' value='"+dsn+"'>\n");
document.write("<param name='size' value='"+size+"'>\n");
document.write("<param name='LoadOnly' value='"+LoadOnly+"'>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<H1 align='center'>Oops! - You need Java to view the products section</H1>\n");
document.write("<p align='center'>\n");
document.write("<br>\n");
document.write("Installing Java will allow you access to the more sophisticated websites on the Internet.\n");
document.write("<br>\n");
document.write("If you have already installed Java and cannot view the products sections of our website, please contact our Support team on +44 (0)114 285 1620.\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("You can download Java from <A HREF='http://www.java.com' TARGET='_top'>www.java.com </A>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<a href='http://www.java.com' target='_top'><img src='../Images/getjava.gif' border=0 alt='no image'></a>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("Or contact our Support team on +44 (0)114 285 1620 and we can send it to you on a CD.\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("<br>\n");
document.write("Java and the Java Coffee Cup Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.\n");
document.write("</p>\n");
document.write("</APPLET>\n");
}