$(document).ready(function(){
});

function uploadWindow()
{
	window.open('/upload','Upload','width=600,height=500');
}