// function open_contact_form(dest, msg) {
// 	window.open(dest,'contact','width=720,height=520,menubar=0,toolbar=0,resizable=1,scrollbars=0');
// }


function open_application_form(dest, msg) {
	alert ("Open Applcation");
	window.open(dest,'application','width=940,height=650,menubar=0,toolbar=0,resizable=1,scrollbars=0');
}
function open_wallpaper(dest) {
	window.open(dest,'wallpaper','width=800,height=600,menubar=0,toolbar=0,resizable=1,scrollbars=0');
}
function open_video(dest) {
	window.open(dest,'video','width=352,height=288,menubar=0,toolbar=0,resizable=1,scrollbars=0');
}
