function privacypolicy()
{
thiswindow=window.open('http://bardicmedia.com/privacyPolicy.shtml','_blank','width=440, height=480, resizable=0, scrollbars=yes, fullscreen=0, top=' + (screen.height-480)/2 + ', left=' + (screen.width-440)/2);
} 
function wdRequest()
{
thiswindow=window.open('http://bardicmedia.com/webdesignrequest.shtml','_blank','width=440, height=480, resizable=0, scrollbars=yes, fullscreen=0, top=' + (screen.height-480)/2 + ', left=' + (screen.width-440)/2);
} 
function pdRequest()
{
thiswindow=window.open('http://bardicmedia.com/printdesignrequest.shtml','_blank','width=440, height=480, resizable=0, scrollbars=yes, fullscreen=0, top=' + (screen.height-480)/2 + ', left=' + (screen.width-440)/2);
} 
function contactus()
{
thiswindow=window.open('http://bardicmedia.com/contact-us.shtml','_blank','width=440, height=480, resizable=0, scrollbars=yes, fullscreen=0, top=' + (screen.height-480)/2 + ', left=' + (screen.width-440)/2);
} 