function imageUpload() {	
	popup = window.open("","", "width=600,height=720");
	popup.document.write('<html><head><title>Image Upload</title><link href="../css/default.css" rel="stylesheet" type="text/css" media="screen" /><link href="../css/menus.css" rel="stylesheet" type="text/css" media="screen" /><link href="../css/buttons.css" rel="stylesheet" type="text/css" media="screen" /></head><body style="background-color: #ffffff;"><form name="formImageUpload" method="post" enctype="text/plain"><br /><table class="popupTable" style="background: #ffffff; width: 95%; margin: 0 auto; padding: 5px 10px 0 10px;"><tr><td colspan="2">&nbsp;<a href="http://hpstaging.bhconsulting.net.au"><img src="http://hpstaging.bhconsulting.net.au/images/logo.jpg" width="290px" height="67px" alt="Hot Potato.com.au"/></a></td></tr><tr><td colspan="2"><h2 style="border-bottom: 1px solid #e0eaef;">&nbsp;Image Upload</h2></td></tr><tr><td colspan="2">The image upload is where you can upload images for your profile and your swaps. The system automatically scales the image to the correct sizes...</td></tr><tr><td colspan="2">&nbsp;</td></tr><tr><td colspan="2"><h4>Instructions</h4>1) Make sure your image is less than 500kb in size.<br />2) </td></tr><tr><td colspan="2">&nbsp;</td></tr><tr><td colspan="2"><h4>Recommended Image Dimensions</h4><img src="http://hpstaging.bhconsulting.net.au/images/imageUploadDimensions.gif" width="520px" height="300px" alt="Image Upload dimensions"/></td></tr><tr><td colspan="2">&nbsp;</td></tr><tr><td colspan="2"><a class="button lfloat" href="#" title="Upload image"><span>Upload</span></a></td></tr><tr><td colspan="2">&nbsp;</td></tr></table></form></body></html> ');
}

