function doDemo() {
	window.open("frame/index.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doImageDemo() {
	window.open("frame/image_resizing.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doGifDemo() {
	window.open("frame/gif_animation.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doImageCropDemo() {
	window.open("frame/image_cropping.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doCmsTourSales() {
	window.open("frame/sales_tour_cms.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doMMproTour() {
	window.open("frame/mmpro_tour.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doMMproSalesTour() {
	window.open("frame/mmpro_sales.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}
function doAnchorsDemo() {
	window.open("frame/anchors.html", null, "height=720, width=1024, top=0, left=0, scrollbars=auto, toolbar=no, status=no, resize=yes, ");
}

if (document.images) {
}
function StatusMsg(msgStr)
{
  status=msgStr;
}